home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00254.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  303 b   |  15 lines

  1. on mouseUp
  2.   global newday, firstdayNo
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   set oldBox to newday + firstdayNo - 1
  7.   if (oldBox > 0) and (oldBox < 38) then
  8.     set the ink of sprite (oldBox + 8) to 36
  9.   end if
  10.   puppetVisible(1, 47, 1)
  11.   puppetStatus(9, 47, 0)
  12.   prepfrontpage()
  13.   cursor(0)
  14. end
  15.